home *** CD-ROM | disk | FTP | other *** search
- %!PS-Adobe-2.0 EPSF-1.2
- %%Title: Param1
- %%Creator: Vision Lab
- %%CreationDate: Param2 Param3
- %%BoundingBox: 0 0 Param4 Param5
- %%EndComments
- 100 dict begin
- /width
- Param4 def
- /height
- Param5 def
- /bpp
- Param6 def
- /makexchars
- {
- width bpp mul 7 add 8 idiv
- } def
- /xchars
- makexchars def
- /picstr
- {
- xchars 257 le
- {xchars /xchars makexchars def}
- {256 /xchars xchars 256 sub def}
- ifelse string
- } def
- /dopic
- {
- gsave
- width height bpp
- [width 0 0 height neg 0 height]
- {currentfile picstr readhexstring pop} image
- grestore
- } def
- width height scale
- dopic
-